Book Contents

triggerType attribute syntax

Use the following syntax to specify the triggerType attribute:

triggerType="enumeration"

where enumeration is one of: value | LSB

Specify value if you want the object to trigger the state whose value attribute corresponds to the value of the Value control.

Specify LSB if you want the object to trigger the state whose value attribute corresponds to the position of the least significant bit in the object's Value control.

If the TriggerType attribute is set to 1 (LSB), a Value control value of 0 will trigger a state whose St_Value attribute is set to 0.

Tip:

The LSB trigger type attribute does not work with tags that use the Default data type. Default data type is Floating Point, and LSB does not support Floating Point.

See also

triggerType attribute

enumeration